AWS Introduction

August 11, 2022

In AWS, Keeping up with the steady stream of new services can be overwelming, but focusing on these core service categories would be the foundation of everything.

AWS service categories

Compute

Services replicating the traditional role of local physical servers for the cloud.offers advanced configuration such as auto scaling, load balancing, containers and serverless architecture.

  • Elastic Compute Cloud

    virtual servers which can be provisioned with the CPU, memory, storage and network interface profile to meet any application need. resource efficient and deploy nearly instantly.

  • Lambda

    allows you to provide public-facing services without the need for a servers that’s actually running 24/7.Instead network events can be used to trigger the execution of these lamda. when the operation is complete, the lambda event ends, all resources automatically shut down.

  • Auto Scaling

Networking

Storage

Database

Application management

Security and identity